home *** CD-ROM | disk | FTP | other *** search
/ Material Dictionary 8 / Material Dictionary 8.iso / sozai.exe / sozai.DXR / 00006_Å•Å•.ls < prev    next >
Encoding:
Text File  |  1996-01-05  |  320 b   |  15 lines

  1. on mouseDown
  2.   set cn to the castNum of sprite the clickOn
  3.   set the castNum of sprite the clickOn to cn + 1
  4.   updateStage()
  5.   pageup()
  6.   repeat while the stillDown
  7.     if rollOver(the clickOn) then
  8.       pageup()
  9.     end if
  10.   end repeat
  11.   set the castNum of sprite the clickOn to cn
  12.   updateStage()
  13.   indicateoff()
  14. end
  15.